Step 2 - Create the fuel and battery needles

In this step you use the same approach you used in the previous step to create the fuel and battery needles.

Create the fuel needle

In this section you create the fuel needle.

To create the fuel needle:

  1. From the Assets drag the FuelBatteryNeedle image and drop it on the Gauges in the Preview.
  2. In the Project select the FuelBatteryNeedle node, press F2, and rename it to FuelNeedle.
  3. Adjust the position of the FuelNeedle node using the Preview tools and the properties of the node just like you did in the previous step for the SpeedNeedle. When adjusting the position follow these guidelines:
    1. Use the guides in the Guides node and the Render Transformation property to place the FuelNeedle to the gauge to the left of the speed gauge.
      TIP

      Use the Preview zoom slider in the upper right corner to adjust the magnification level of the content in the Preview.

    2. Use the Render Transformation Origin property to set the origin of the node to the top center of the node. You only need to set the X attribute to 0,5.
  4. In the Library press Alt and right-click Property Types, select Property Type and in the Property Type Editor set:Click Save to create a property type with the properties you defined.
    You use this custom property type to control the position of the FuelNeedle in the Gauges.
  5. In the Project select the Gauges node and in the Properties add the Fuel property.
    TIP

    You can add a custom property type to a node by dragging the property type from the Library > Property Types and dropping it on the node in the Project to which you want to add the property type.

  6. In the Project select the FuelNeedle node, in the Properties click next to the Bindings property to add the Bindings property, and in the Binding Argument Editor set:

    With this binding you control the rotation around the z axis of the FuelNeedle node with the Fuel property which you added to the Gauges node in the previous step.

  7. In the Project drag the FuelNeedle node and drop it above the Gauges node.
    The Gauges node has transparent openings for the Fuel and Battery gauges where you can see the position of the needle. The position of the nodes in the Project defines the rendering order of the nodes: the node at the top of the scene graph shown in the Project is rendered first and the last node at the bottom of the scene graph is rendered last. By placing the FuelNeedle node above the Gauges, Kanzi first renders the FuelNeedle node and then on top of it the Gauges node, which shows only a sliver of the FuelNeedle to create an elegant fuel indicator.

Create the battery needle

In this section you create the battery needle.

To create the battery needle:

  1. From the Assets drag the FuelBatteryNeedle image, drop it on the Gauges in the Preview, and rename it to BatteryNeedle.
  2. Adjust the position and Render Transformation Origin of the BatteryNeedle node using the Preview tools and the properties of the node, just like you did for the FuelNeedle, but place the BatteryNeedle to the right of the speed gauge.
  3. Create a property type and in the Property Type Editor set:Click Save to create a property type with the properties you defined.
    You use this custom property type to control the position of the BatteryNeedle in the Gauges.
    TIP

    Because the only difference between the Battery and Fuel property types is the name, in the Library right-click the Fuel property, select Duplicate, rename the duplicate to Gauges.Battery, and in the Properties set the Display Name property to Battery.

  4. In the Project select the Gauges node and add the Battery property.
  5. In the Project select the BatteryNeedle node, add a binding, and in the Binding Argument Editor set:

    With this binding you control the rotation around the z axis of the BatteryNeedle node with the Battery property which you added to the Gauges node in the previous step.

  6. In the Project drag the BatteryNeedle node and drop it above the Gauges node.
    Just like the FuelNeedle, by placing the BatteryNeedle node above the Gauges, Kanzi first renders the BatteryNeedle node and then on top of it the Gauges node, which shows only a sliver of the BatteryNeedle to create an elegant battery indicator.

    You can now control the speed, fuel, and battery gauge needles with the SpeedFuel, and Battery properties in the Gauges node.

< PREVIOUS STEP

What's next?

In this tutorial you learned how to create gauges with needles you can control with properties using bindings. Now you can:

See also

To learn more about what you can achieve with bindings, see Using bindings.

To learn more about the Preview and the tools available in the Preview, see Preview.

To learn about the underlying principles of Kanzi properties, see Property system.

To learn about the underlying Kanzi principles, see Kanzi fundamentals.

To learn more about creating Kanzi applications, see Tutorials.

To find out more about Kanzi Studio features, see Working with ....